projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb57ed8
)
Fix up previous dired change again
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 06:47:02 +0000
(08:47 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 06:47:02 +0000
(08:47 +0200)
* lisp/dired.el (dired-set-id): Fix the name of the face after the
previous change.
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 268f0d494be31447912e8edb8a0088ad399d8aa1..5ad5904c79fc95efba82cf7897d874681e3987fe 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-431,7
+431,7
@@
Subexpression 2 must end right before the \\n.")
(defvar dired-perm-write-face 'dired-perm-write
"Face name used for permissions of group- and world-writable files.")
-(defface dired-set-id
guid
+(defface dired-set-id
'((((type w32 pc)) :inherit default) ;; These default to rw-rw-rw.
(t (:inherit font-lock-warning-face)))
"Face used to highlight permissions of suid and guid files."